| 1. | What are synchronized methods and synchronized statements 什么是同步的方法和同步的声明 |
| 2. | Do not include synchronized methods into a loop structure 不要将同步方法放到循环结构中。 |
| 3. | Synchronized statements are similar to synchronized methods 同步的声明与同步的方法是相似。 |
| 4. | Q : what are synchronized methods and synchronized statements 什么是同步的方法和同步的声明 |
| 5. | In the absence of a synchronized method on a collection , the expected usage for 集合上没有synchronized方法时, |
| 6. | Decomposing synchronized methods 同步方法的分解 |
| 7. | As seen before , synchronized methods acquire a lock on the object 正如在前面看到的那样,同步方法获取对象的一个锁。 |
| 8. | Synchronized methods are methods that are used to control access to an object 同步的方法是被用来控制访问对象的方法。 |
| 9. | A : synchronized methods are methods that are used to control access to an object 同步的方法是被用来控制访问对象的方法。 |
| 10. | Object that modify the copier state be declared as synchronized methods 对象中)来修改复印机状态。这个方法就是同步方法。 |